home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / net / ConnectionResetException.class (.txt) next >
Encoding:
Java Class File  |  2006-11-29  |  221 b   |  13 lines

  1. package sun.net;
  2.  
  3. import java.net.SocketException;
  4.  
  5. public class ConnectionResetException extends SocketException {
  6.    public ConnectionResetException(String var1) {
  7.       super(var1);
  8.    }
  9.  
  10.    public ConnectionResetException() {
  11.    }
  12. }
  13.